sgdk
config.h
00001 #ifndef _CONFIG_
00002 #define _CONFIG_
00003 
00004 
00009 #define LIB_DEBUG           0
00010 
00016 #define MATH_BIG_TABLES     0
00017 
00023 #define FAT16_SUPPORT       0
00024 
00029 #define ENABLE_LOGO         0
00030 
00031 #if (ENABLE_LOGO != 0)
00032 
00037 #define ZOOMING_LOGO        0
00038 
00039 #endif // ENABLE_LOGO
00040 
00041 
00042 #endif // _CONFIG_
 All Classes Files Functions Variables Typedefs Enumerations Defines